Thread: [URGENT]Please help again...

  1. #1
    Registered User
    Join Date
    Sep 2003
    Posts
    18

    Question Please help again...

    Here the question i wish to know how to answer :
    ----------------------------------------------------------------------------------------------------------
    Note: You may use <string.h> library functions such as strcpy and strcmp.

    Hobbiton Town is a fictitious town populated by a race called hobbits.

    You are to develop a program to allow users to keep track on the hobbits in Hobbits Town.

    A HobbitRec contains the below information:

    - HobbitID : 10 characters
    - Name : 30 characters
    - DateOfBirth : date format in nested date structure type dd/mm/yyyy
    - Height : float type
    - Weight : float type


    You program should be able to store up to 1000 HobbitRec records in an array called HobbitsArray.

    Your program should at least perform the below operations:

    - Add new hobbit records into HobbitsArray
    - Display all hobbits' records
    - Find and display a particular hobbit given the name or HibbitID
    - Delete a particular hobbit given the name or HibbitID
    - Update a particular hobbit's record given the name or HibbitID

    ----------------------------------------------------------------------------------------------------------
    Actually i'm not really understand the question, especially the blue line
    Thanks to those who answer me !
    Last edited by Th3-SeA; 09-30-2003 at 11:41 AM.

  2. #2
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Important Steps to getting help
    Step 1) Don't use titles with [urgent] or the like in the title
    Step 2) Attempt to do the homework and post the code
    Step 3) If you have questions about the assignment ask your instructor.

  3. #3
    Registered User
    Join Date
    Sep 2003
    Posts
    18
    OK, sorry about that i use the word [urgent] (but it really urgent)

    First thing i have to say is : if i can get help from my lecturer, i need no to come here and ask....
    AND
    It is not assignment actually, is my college's past year question, i got no answer and my lecturer dun give the answer also, so i come here and ask

    So , please...Can somebody help me ?

  4. #4
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    My comments are on the end of here:
    http://cboard.cprogramming.com/showt...&postid=315152
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [URGENT]Please Help ~
    By Th3-SeA in forum C Programming
    Replies: 3
    Last Post: 09-30-2003, 12:58 PM